home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / linux_bo / netboot.zoo / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-04  |  944 b   |  55 lines

  1.  
  2. /*
  3. #define    TFTP_TIMEOUT    5
  4.     
  5.     This is the number of seconds to time out whilst
  6.     waiting for a tftp packet
  7.     
  8.     Set it if you do not want the default value (5)
  9. */
  10.  
  11. /*
  12. #define    BOOTP_RETRIES    10
  13.     
  14.     This is th enumber of times to retry the bootp request.
  15.     Set this to a smaller value than the default (10) if
  16.     you want to quickly progress to boot from the floppy
  17.     if the server doesn't respond
  18. */
  19.  
  20. /*
  21. #define    CONFIG_IRQ    5
  22.     
  23.     The IRQ to use. Not always used.
  24. */
  25.  
  26. /*
  27. #define CONFIG_IOADDR    0x280
  28.     The port io address. This is usually important.
  29. */
  30.  
  31. /*
  32. #define CONFIG_HADDR    0xd000
  33.     The hardware address for shared ram.
  34. */
  35.  
  36. /*
  37. #define CONFIG_EXTRA    0
  38.     Sometime used for dma channel number.
  39. */
  40.  
  41. /*
  42. #undef BROADCAST0
  43.     Set this if you wish to broadcast with 0.0.0.0 instead
  44.     of 255.255.255.255
  45. */
  46.  
  47. /* Set one of the following depending on your adaptor
  48.  
  49. #define NET8003
  50. #define NET3COM
  51. */
  52.  
  53. #define NET8003
  54.  
  55.